+2006-06-06 Øyvind Kolås <pippin@gimp.org>
+
+ * docs/Makefile.am: Do not rely that a command calle tempfile exists.
+
2006-06-05 Øyvind Kolås <pippin@gimp.org>
* extensions/gegl-fixups.c: A babl extension to make the testing of
Makefile.am
echo -n "HTML: $@"
cp $< $@
- (TMPFILE=`tempfile`;\
+ (which tempfile && TMPFILE=`tempfile` || TMPFILE="/tmp/babl_build_tempfile" ;\
export BABL_PATH="$(top_builddir)/extensions"; $(top_builddir)/tests/babl_html_dump > $$TMPFILE;\
$(top_srcdir)/docs/tools/xml_insert.sh $@ BablBase $$TMPFILE;\
rm -f $$TMPFILE )